Update Ubuntu script to match version restrictions of current PyNE#65
Update Ubuntu script to match version restrictions of current PyNE#65
Conversation
|
I do not see the PyNE PYTHONPATH defined in gonuke:update_ubuntu_build. When I run the script without defining my own PYTHONPATH, I encounter the same error I used to have while running the tests file, travis-run-tests.bash. This error is: I tried to add my PYTHONPATH to point to the folders that include .py files in the new/fresh installations that the script has already made. On my system, these are: I am getting much better response than before. I see most of the tests passing, but some did not pass. Some of the errors I am getting are related to OpenMC such as "NameError: name 'openmc' is not defined." It is worth mentioning that I had commented the "exit $status" line in travis-run-tests.bash to allow the script to run until the end. Thank you very much. I feel I am in better state now. |
ngranda
left a comment
There was a problem hiding this comment.
LTGTM. My only comment is to remove a duplicate line
remove extra line Co-authored-by: Nancy Granda <grandaduarte@wisc.edu>
In preparing for the PyNE 0.7.6 release, we discovered some changes in the python installation world that may break our scripts. Hopefully this provides a good temporary fix.
Testing in the ubuntu script before modifying the docker files....
Hoping to fix #64